GoXam for WPF v3
ModifyLinkFromPort Method
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : ModifyLinkFromPort Method
the link data to be modified
the new node data's nodekey
This method actually implements the modification of a link data to change the reference to the "from" node data and the link's "from" port information.
Syntax
protected virtual void ModifyLinkFromPort( 
   LinkType linkdata,
   NodeKey nodekey,
   PortKey portparam
)

Parameters

linkdata
the link data to be modified
nodekey
the new node data's nodekey
portparam
Remarks
This method can be overridden in case the LinkFromPath or LinkFromParameterPath property paths are not flexible enough or fast enough to get the node and port for a link.
See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members